Release 10.1A: OpenEdge Development:
Java Open Clients
Managing Certificate Store files
The
procertmutility is run from a command line and has the following syntax:
optionsAny combination of the following, in any order:
-v— Prints verbose information about the progress of the digital certificates import and export. When used with-l, additional digital certificate field information is printed.-l— Lists the contents of thecert_storefile after all import, export, and remove operations are completed.-p— Prints the digital certificate list thecert_storecontents to the filecert_store.dcl, after all import, export and remove operations are completed.-icert— Imports certificate file(s) matchingcerttocert_storefrom the working directory. Thecert_storefile is created as required. You can specify this option multiple times. See the definition ofcertbelow.-ecert— Exports the certificate file(s) matchingcertfromcert_storeto the working directory. Any subdirectories are created if required.You can specify this option multiple times. See the definition ofcertbelow.-rcert— Removes the certificate file(s) matchingcertfromcert_store. You can specify this option multiple times. See the definition ofcertbelow.-d— Sets the working directory path where certificates are imported from or exported to. The default is the current working directory.certPath to the digital certificate you want to import, export, or remove. This is used with the
-i,-e, and-roptions.When importing, the path is relative path to the working directory. When exporting or removing digital certificates from
cert_store, the path is the full digital certificate path specified incert_store. Subdirectories should be specified with a forward slash (/).You can use multicharacter (
*) and single-character (?) wildcards in thecertfilename and file extension.cert_storePath to the
.zipor.jarcertificate store file. If the certificate store file does not exist, and you are importing digital certificates, a new file is created.When you run
procertm, it performs the options in the following order:
- Imports any certificates specified with the
-ioption from the working directory intocert_store. If a certificate is not found, a warning message displays.- Exports any certificates specified with the
-eoption fromcert_storeto the working directory. If a certificate is not found, a warning message displays.- Removes any certificates specified with the
-roption fromcert_store. If a certificate is not found, a warning message displays.- Shows the resulting
cert_storefile contents, if the-loption is specified.- Prints any digital certificate list information, if the
-poptions is specified.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |